mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 04:37:29 +00:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
|
#! /bin/sh
|
||
|
set -e
|
||
|
|
||
|
# At one point, kernel builds needed this.
|
||
|
echo do_initrd = Yes >>/etc/kernel-img.conf
|