Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552128 - Mounting the necessary filesystems : resume : here is a scriptlet to ...
Summary: Mounting the necessary filesystems : resume : here is a scriptlet to ...
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Docs Team
URL: https://wiki.gentoo.org/wiki/Handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-14 20:12 UTC by tescas
Modified: 2015-06-14 21:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tescas 2015-06-14 20:12:28 UTC
Hello,

subj:  suggestion: Mounting the necessary filesystems : resume : here is a scriptlet to ...   

When 
Mounting the necessary filesystems,

https://wiki.gentoo.org/wiki/Handbook:X86/Installation/Base

And if a 
> sync; sleep 1; poweroff

is added to the command sucha as 
> genkernel all 

On the next pc (gentoo-live.dvd...iso) reboot,
the install environment has to be reloaded,
as suggested by those command 

   <gentoo.install.chroot.resume:0> {{{

  passwd root

  useradd -m -p aa aa
  /etc/init.d/sshd start
  blkid

  swapon /dev/sda6

  mkdir -p /mnt/{gentoo,boot}
  mkdir /mnt/gentoo/tmp
  chmod 1777  /mnt/gentoo/tmp
  mount /dev/sda7 /mnt/gentoo
  mount /dev/sda5 /mnt/boot

  history
  alias ncss='nc 10.0.0.48 9999'
  alias ncss='busybox nc 10.0.0.48 9999'
  history |ncss

  chroot /mnt/gentoo /bin/bash

        <gentoo.install.chroot.resume:1> }}}


May be this can be added, if applicable, here 
> https://wiki.gentoo.org/wiki/Handbook:X86/Installation/Base#Mounting_the_necessary_filesystems



Reproducible: Always





Info to add if applicable ...
Comment 1 nm (RETIRED) gentoo-dev 2015-06-14 21:53:46 UTC
Your suggestion is too specific only to your system and installation media setup; it works for your edge case, but not for the majority of our users.