aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-02-28 09:27:37 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-02-28 09:27:37 +0100
commit8bd10a8a1deb82498cac571437b4dc0278d0ecfb (patch)
treec6d53f6bba35668528b081c6e2794bf90081b0ed /scripts
parent73b528578430517748ee61256bfe0868d0ee8ded (diff)
downloadimagefish-8bd10a8a1deb82498cac571437b4dc0278d0ecfb.tar.gz
drop commented code
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tar-to-image.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/tar-to-image.sh b/scripts/tar-to-image.sh
index 3bf8ac4..b5e5387 100755
--- a/scripts/tar-to-image.sh
+++ b/scripts/tar-to-image.sh
@@ -269,9 +269,6 @@ function fish_systemd_boot() {
fish write /etc/kernel/cmdline "ro root=${rootfs} console=ttyS0,115200 console=tty1"
fish command "bootctl install"
fish command "kernel-install add ${kver} /lib/modules/${kver}/vmlinuz"
-
-# echo "### rebuilding initramfs"
-# fish command "dracut --force /boot/initramfs-${kver}.img ${kver}"
}
function fish_part_rpi() {