gnomeos: Drop ostree-init module
We use dracut+ostree-switch-root now
This commit is contained in:
parent
fbaf32f776
commit
00ad0a2ea7
|
|
@ -49,8 +49,6 @@
|
||||||
|
|
||||||
{"src": "gnome:linux-user-chroot"},
|
{"src": "gnome:linux-user-chroot"},
|
||||||
|
|
||||||
{"src": "gnome:ostree-init"},
|
|
||||||
|
|
||||||
{"src": "gnome:ostree",
|
{"src": "gnome:ostree",
|
||||||
"config-opts": ["--disable-documentation"]},
|
"config-opts": ["--disable-documentation"]},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ EOF
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
echo '"Loading ${os} ${version}"'
|
echo '"Loading ${os} ${version}"'
|
||||||
linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro init=/ostree/ostree-init ${args}
|
linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ostree=current ${args}
|
||||||
EOF
|
EOF
|
||||||
if test -n "${initrd}" ; then
|
if test -n "${initrd}" ; then
|
||||||
message="$(gettext_printf "Loading initial ramdisk ...")"
|
message="$(gettext_printf "Loading initial ramdisk ...")"
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,6 @@ done
|
||||||
rm -f current
|
rm -f current
|
||||||
ln -s ${BRANCH_PREFIX}runtime-current current
|
ln -s ${BRANCH_PREFIX}runtime-current current
|
||||||
|
|
||||||
cp -a ./${BRANCH_PREFIX}${branch}-current/usr/sbin/ostree-init .
|
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
if test -d /etc/grub.d; then
|
if test -d /etc/grub.d; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue