> > *Debian GNU/Linux 7* > > *BeagleBoard.org Debian Image 2015-03-01* > > *Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian > <http://elinux.org/Beagleboard:BeagleBoneBlack_Debian>* > > *default username:password is [debian:temppwd]* >
This part of the message come from /etc/issue.net, and the rest of the message comes from /etc/motd. I'm not sure of the implications of removing the file /etc/issue.net, but it is configured in /etc/ssh/sshd_config under the Banner configuration option. If you open the file then scroll to the bottom you should see: *Banner /etc/issue.net <http://issue.net>* So, a couple options. You can delete the entire contents of the file, or in */etc/ssh/sshd_config *you can comment out the Banner line with a # like the line directly above it. In /etc/motd, I'm fairly sure, but not 100% positive you can change this to say whatever you like. motd === message of the day, which if memory serves correctly is modifiable. On Tue, Jul 28, 2015 at 10:57 PM, William Hermans <[email protected]> wrote: > *Thank you William,* >> >> *now i have splash screen and then:* >> >> *Debian GNU/Linux 7* >> >> *BeagleBoard.org Debian Image 2015-07-17* >> >> *Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian >> <http://elinux.org/Beagleboard:BeagleBoneBlack_Debian>* >> >> *default username:password is [debian:temppwd]* >> >> *[email protected] <[email protected]>'s password:* >> >> *i would like to start automatically an application without display >> this, it it possible ?* >> > Unfortunately that image most likely uses systemd by default, and I'm not > very good with systemd startup scripts. As for the login message, not sure > why it resides but if you google "debian ssh login text" you can probably > find out for yourself. > > On Tue, Jul 28, 2015 at 9:19 PM, Mirko Fucci <[email protected]> > wrote: > >> Thank you William, >> >> now i have splash screen and then: >> >> Debian GNU/Linux 7 >> >> BeagleBoard.org Debian Image 2015-07-17 >> >> Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian >> >> default username:password is [debian:temppwd] >> >> [email protected]'s password: >> >> i would like to start automatically an application without display this, >> it it possible ? >> >> >> >> >> 2015-07-28 23:38 GMT+02:00 William Hermans <[email protected]>: >> >>> Corresponding line is bold / italic. >>> >>> debian@beaglebone:~$ *sudo nano /boot/uEnv.txt* >>> >>> >>> #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 >>> >>> uname_r=4.1.2-ti-r3 >>> #dtb= >>> *cmdline=quiet init=/lib/systemd/systemd* >>> >>> ##Example >>> #cape_disable=capemgr.disable_partno= >>> #cape_enable=capemgr.enable_partno= >>> >>> ##Disable HDMI/eMMC >>> >>> #cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G >>> >>> ##Disable HDMI >>> #cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN >>> >>> ##Disable eMMC >>> #cape_disable=capemgr.disable_partno=BB-BONE-EMMC-2G >>> >>> ##Audio Cape (needs HDMI Audio disabled) >>> #cape_disable=capemgr.disable_partno=BB-BONELT-HDMI >>> #cape_enable=capemgr.enable_partno=BB-BONE-AUDI-02 >>> >>> >>> ##enable BBB: eMMC Flasher: >>> ##make sure, these tools are installed: dosfstools rsync >>> #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh >>> >>> >>> On Tue, Jul 28, 2015 at 2:21 PM, Mirko Fucci <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> i tried to set optargs= quiet or optargs= silent in boot/uEnv.txt to >>>> get a silent boot ( only splash screen with no boot info on video). >>>> What are the right settings to get it ? >>>> >>>> Thanks, >>>> >>>> Mirko >>>> >>>> >>>> >>>> -- >>>> For more options, visit http://beagleboard.org/discuss >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "BeagleBoard" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> For more options, visit http://beagleboard.org/discuss >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "BeagleBoard" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/beagleboard/BaNHhYi-L6Y/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You received this message because you are subscribed to the Google Groups >> "BeagleBoard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
