Commit 2d8c5dbc authored by Michael Shigorin's avatar Michael Shigorin

e2k: support flash boot targets other than install

Yet another silly distraction...
parent 984aded5
......@@ -33,7 +33,7 @@ case "$2" in
cp -avt "$dst" -- "$src"/{.disk,*}
grep -q "^default=.*_flash$" "$dst/boot.conf" || {
echo -n "updating default boot target... "
sed -i 's,default=install$,&_flash,' "$dst/boot.conf"
sed -i 's,default=.*$,&_flash,' "$dst/boot.conf"
echo "done"
}
echo -n "unmounting media... "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment