Editing Linuxstamp II 9260

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 85: Line 85:
 
Now to configure all the packages. The multistrap step installed the correct packages, but because it's not running on the native environment it doesn't want to configure the packages. You'll be prompted a couple of times for information like timezone:
 
Now to configure all the packages. The multistrap step installed the correct packages, but because it's not running on the native environment it doesn't want to configure the packages. You'll be prompted a couple of times for information like timezone:
 
  # dpkg --configure -a
 
  # dpkg --configure -a
There might have been some errors, we'll catch those in the next pass. Before booting into our new environment, a few more steps. Edit the newly created inittab. Add a line like:
+
There might have been some errors, we'll catch those in the next pass. The last thing to do before booting into this environment is to edit the newly created inittab. Add a line like:
 
  T0:2345:respawn:/sbin/getty -L ttyS0 115200 vt100
 
  T0:2345:respawn:/sbin/getty -L ttyS0 115200 vt100
And comment all the ttyX lines.  
+
And comment all the ttyX lines. Create a host name:
 
 
Create a host name:
 
 
  # echo ls2 > /etc/hostname
 
  # echo ls2 > /etc/hostname
 
Set a root password:
 
Set a root password:

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)